home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo
- echo
- echo HARD DISK INSTALLATION FOR DEMO
- pause
-
- a:makepath \sierra
- if errorlevel 1 goto CantMake
- a:makepath demo
- if errorlevel 1 goto CantMake
- copy a:_install.bat
- _install
- goto Exit
-
- :CantMake
- echo Unable to create the directory
- echo \sierra\demo
- echo Installation cancelled.
- goto Exit
-
- :Exit
-